.rotulo-cta h4, .sectionName {
    text-align: center;
    color: var(--brand-black)
}

.encabezadoDelModulo, .rotulo-cta h4, .sectionName {
    color: var(--brand-black)
}

.rotulo-cta h3, .rotulo-cta h4, .sectionName {
    line-height: normal;
    font-style: normal
}

.sectionName {
    font-family: var(--font-family-1);
    font-size: var(--title-6);
    font-weight: var(--weight-normal);
    letter-spacing: .2rem
}

.encabezadoDelModulo, .hero-banner__dynamic-view__banner-content > h1 {
    font-family: var(--font-family-1);
    font-weight: var(--weight-bolder);
    text-transform: uppercase
}

.encabezadoDelModulo {
    margin: 1.25rem 0 0;
    font-size: var(--title-3);
    font-style: normal;
    line-height: 30px
}

.text-descripcion {
    margin: 1.5rem 0 2rem;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    color: var(--gray-dark-2);
    letter-spacing: .72px
}

.hero-banner__dynamic-view {
    position: relative
}

.hero-banner__dynamic-view__banner-content {
    position: absolute;
    top: 0;
    width: 66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(90deg,rgba(0,0,0,.8) 20%,rgba(255,255,255,0) 57%);
    padding: 0 5rem
}

    .hero-banner__dynamic-view__banner-content > h1 {
        font-size: var(--title-1)
    }

    .general-paragraph, .hero-banner__dynamic-view__banner-content > p, .rotulo-cta h4, textarea#Comentarios {
        font-weight: var(--weight-normal);
        font-family: var(--font-family-1)
    }

    .hero-banner__dynamic-view__banner-content > p {
        font-size: var(--title-6);
        letter-spacing: .4px
    }

.hero-banner__dynamic-view > picture > img, .sliderAsComponent {
    width: 100%
}

@media (max-width:1024px) {
    .hero-banner__dynamic-view__banner-content {
        padding: 1rem 6.5rem 0 3.5rem
    }
}

@media (max-width:790px) {
    .hero-banner__dynamic-view__banner-content {
        padding: 1rem 1.5rem 0 2rem
    }
}

@media (max-width:592px) {
    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg,#000 43%,rgba(0,0,0,0) 63%);
        width: 100%;
        height: 100%;
        padding: 7rem 1rem 1.5rem 1.5rem;
        margin-top: 12%
    }

    .hero-banner__dynamic-view {
        height: 20rem
    }

        .hero-banner__dynamic-view > picture > img {
            object-fit: cover;
            aspect-ratio: 8/4
        }
}

@media(max-width:460px) {
    .hero-banner__dynamic-view > picture > img {
        object-fit: cover;
        aspect-ratio: 6/3
    }

    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg,#000 27.62% 50%,rgba(0,0,0,0) 67%);
        height: 90%;
        padding: 4rem 1rem 1.5rem 1.5rem
    }
}

textarea#Comentarios {
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    font-size: var(--paragraph-2);
    font-style: normal;
    line-height: 22px;
    border-bottom: 2px solid #000
}

.general-paragraph {
    padding: 1rem 10rem 0;
    font-size: var(--paragraph-1)
}

@media (max-width:1024px) {
    .general-paragraph {
        padding: 1rem 6.5rem 0
    }
}

@media (max-width:768px) {
    .general-paragraph {
        padding: 1rem 3.5rem 0
    }
}

.rotulo-cta__secundario {
    background-color: var(--gray-light-4);
    padding: 1.5rem 0
}

.rotulo-cta h4 {
    font-size: var(--title-6);
    letter-spacing: .25rem;
    text-transform: uppercase
}

.rotulo-cta h3 {
    margin: 1.25rem 0 0;
    font-family: var(--font-family-1);
    font-size: var(--title-3);
    font-weight: var(--weight-bolder);
    text-transform: uppercase
}

.rotulo-cta p {
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    margin-top: 2rem;
    color: var(--gray-dark-2);
    letter-spacing: .72px;
    line-height: 26px;
    padding: 0 11rem
}

.accordion-area > h3, .post-text-left > h2, .post-text-right > h2 {
    font-weight: var(--weight-bolder);
    font-family: var(--font-family-1);
    text-transform: uppercase
}

.rotulo-cta__button-cta {
    margin: 2rem 0;
    display: block;
    text-decoration: none;
    padding: .75rem 2rem;
    transition: .2s;
    background-color: var(--brand-black);
    color: var(--brand-white);
    font-family: var(--font-family-1);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-bold)
}

    .rotulo-cta__button-cta:active, .rotulo-cta__button-cta:hover {
        color: var(--brand-black);
        background-color: var(--brand);
        border: none
    }

.alternate-post {
    padding: 2rem 3.5rem;
    margin: 2.5rem 0;
    background-color: var(--gray-light-4)
}

.accordion-area, .acordion__title {
    background-color: var(--gray-light-1);
    padding-bottom: 3rem;
}

@media (max-width:768px) {
    .rotulo-cta {
        padding: 1rem 1.5rem
    }

        .rotulo-cta p {
            padding: 0 1rem 1rem
        }

    .alternate-post {
        padding: 0 3.5rem;
        align-items: center
    }

    .image-right img {
        float: right
    }

    .alternate-post__iframe {
        float: right;
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover
    }

    .image-left iframe, .image-left img {
        float: left
    }
}

.alternate-post__text_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll
}

    .alternate-post__text_content::-webkit-scrollbar {
        display: none
    }

    .alternate-post__text_content h2, .alternate-post__text_content p {
        margin: 0
    }

    .alternate-post__text_content > p:first-child {
        font-size: var(--title-6);
        letter-spacing: 4px;
        font-family: var(--font-family-1);
        color: var(--brand-black);
        text-transform: uppercase
    }

.post-text-left {
    padding-right: 4rem
}

.post-text-right {
    padding-left: 4rem
}

.alternate-post__text_content h2 {
    margin: .75rem 0 1.5rem
}

.post-text-left > h2, .post-text-right > h2 {
    text-align: initial;
    font-size: var(--title-3);
    color: var(--brand-black)
}

.post-text-left > div > *, .post-text-right > div > * {
    text-align: justify;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    line-height: 150%;
    color: var(--gray-dark-2)
}

.alternate-post__image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover
}

.accordion-area > h3 {
    padding-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: var(--title-3);
    font-style: normal;
    line-height: 42px
}

.acordion__title > h4, .service-card__text_content > h4 {
    font-size: var(--title-6);
    font-weight: var(--weight-bolder);
    line-height: normal;
    letter-spacing: .4px;
    font-style: normal
}

.acordion {
    padding: 0 1rem;
    position: relative;
    display: flex;
    padding: 0 10rem;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: space-around;
    flex-wrap: wrap
}

.acordion_option {
    width: 418px
}

.blog_home_card_articule__link {
    color: var(--brand-black);
    font-weight: var(--weight-bolder);
    display: flex;
    align-self: center;
    gap: 10px;
    text-decoration: underline !important
}

    .blog_home_card_articule__link > a, .blog_home_card_articule__link > a:hover {
        color: var(--brand);
        background-color: var(--gray-dark-9)
    }

    .blog_home_card_articule__link img {
        align-self: center
    }

@media (max-width:1400px) {
    .acordion {
        padding: 0 7rem
    }
}

@media (max-width:1024px) {
    .acordion {
        padding: 0 6.5rem
    }
}

@media (max-width:768px) {
    .post-text-left {
        padding-right: 0;
        margin-bottom: 24px
    }

    .post-text-right {
        padding-left: 0;
        margin-bottom: 24px
    }

    .alternate-post__image__wrapper {
        order: 2
    }

    .acordion {
        padding: 0 3.5rem
    }
}

.acordion__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding: .625rem 1.5rem;
    border-bottom: 1px solid var(--gray-dark-7);
    border-top: 1px solid var(--gray-dark-7);
    align-items: center;
    text-align: left
}

    .acordion__title > h4 {
        margin: 0;
        color: var(--brand-black);
        font-family: var(--font-family-1)
    }

    .acordion__title > svg {
        transform: rotate(0);
        transition: .4s;
        min-width: 3rem
    }

.acordion__content {
    background-color: var(--gray-dark-9);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: .2s linear
}

.acordion__title-is-active {
    border-bottom: 1px solid var(--gray-dark-3)
}

    .acordion__title-is-active > svg {
        transform: rotate(180deg);
        transition: .4s;
        color: var(--gray-dark-3)
    }

.acordion__content-is-active {
    padding: 1.5rem;
    max-height: 5000px;
    overflow: auto;
    overflow-y: hidden;
    transition: .4s;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px
}

.service-card__wrapper {
    margin: 4.5rem 1.25rem;
    background-color: #f1f1f1
}

    .blog_post-wrapper, .service-card__wrapper:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.15)
    }

    .service-card__wrapper > img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

.service-card__text_content {
    padding: 2rem 1.5rem;
    color: #6c6c6c;
    background-color: var(--gray-dark-9)
}

    .service-card__text_content > h4 {
        font-family: var( --font-family-1);
        color: var(--black)
    }

    .service-card__text_content > p {
        margin-top: var(--title-5);
        font-family: var(--font-family-1);
        font-size: var(--paragraph-1);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 26px;
        color: var(--black);
        letter-spacing: .72px
    }

.service-card__links > a {
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2);
    color: var(--gray-dark-9);
    line-height: 1.375rem;
    letter-spacing: .56px;
    text-decoration: underline !important
}

.first-element-url > a {
    width: fit-content;
    min-width: 200px;
    color: var(--brand-white);
    background-color: var(--brand-black)
}

.first-element-url:hover > a {
    color: var(--brand-black);
    background-color: var(--brand-white)
}

.first-element-url > a > span > svg > path {
    fill: var(--brand-white) !important
}

.first-element-url:hover > a > span > svg > path {
    fill: var(--brand-black) !important
}

.second-element-url {
    margin-top: 1.5rem
}

@media (max-width:768px) {
    .service-card__wrapper {
        margin: 1.5rem 0
    }

        .service-card__wrapper > img {
            height: 300px
        }
}

@media (max-width:470px) {
    .general-paragraph {
        padding: 1rem 2rem 0
    }

    .acordion, .alternate-post {
        padding: 0 2rem
    }

    .service-card__wrapper > img {
        height: 250px
    }
}

.swiper-slide__content_wrapper {
    position: relative;
    display: flex
}

.slide-component_text-wrapper {
    padding: 3rem;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 87px;
    z-index: 1;
    width: 36%;
    height: 550px
}

.Security-Swiper .swiper-slide__content_link > a {
    color: var(--gray-light-1);
    font-family: var(--font-family-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.swiper-slide__content_link {
    max-width: 25.313rem;
    max-height: 3.75rem;
    background: var(--brand);
    justify-content: center;
    padding: 12px;
    text-align: center
}

.Security-Swiper .swiper-slide__content_link:hover {
    background: var(--brand-dark)
}

.arrow-swiper-rows {
    position: relative;
    display: flex;
    gap: 10px;
    top: 5%
}

.slide-component_text-wrapper > h3 {
    margin: 0;
    font-family: var(--font-family-1);
    font-size: var(--title-3);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 0 3rem;
    text-align: center
}

.slide-component_text-wrapper > p {
    font-family: var(--font-family-1);
    font-size: var(--paragraph-1);
    font-weight: var(--weight-normal);
    letter-spacing: .72px;
    color: var(--gray-dark-1);
    text-align: justify
}

.blog_post-wrapper_body > h4, .slide-component-section {
    font-size: var(--title-6);
    line-height: normal;
    color: var(--brand-black);
    font-family: var(--font-family-1);
    font-style: normal
}

.slide-component-section {
    text-align: center;
    font-weight: var(--weight-normal);
    letter-spacing: .2rem
}

.slide-component_image {
    height: 100%;
    display: flex
}

    .slide-component_image > img {
        aspect-ratio: 1.99;
        object-fit: cover;
        position: absolute;
        width: 100%
    }

.swiper-button-next, .swiper-button-prev {
    color: var(--brand);
    transform: scale(.5);
    position: inherit
}

.swiper-pagination {
    visibility: hidden
}

.multimedia-content {
    margin-top: 1.5rem;
    padding: 0 6.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--gray-dark-9)
}

.multimedia-content__wrapper {
    padding: 0 10rem 2rem
}

.text-descripcion {
    padding: 0 1rem
}

.multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
    width: 950px;
    height: 480px;
    object-fit: cover
}

@media (max-width:1366px) {
    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 854px;
        height: 440px
    }
}

@media (max-width:992px) {
    .multimedia-content__wrapper {
        padding: 0 1rem 2rem
    }

    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 85%;
        height: 440px
    }
}

@media (max-width:769px) {
    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 492px;
        height: 286px
    }
}

@media (max-width:576px) {
    .encabezadoDelModulo {
        font-size: 2.25rem;
        line-height: 36px;
        margin: 0 12px
    }

    .multimedia-content__video .text-descripcion {
        padding-inline: 24px
    }

    .text-descripcion {
        font-size: 1rem
    }

    .post-text-left > h2, .post-text-left > p {
        text-align: initial;
        padding-right: 0
    }

    .post-text-right > h2, .post-text-right > p {
        text-align: initial;
        padding-left: 0
    }

    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 85%;
        height: 300px
    }
}

@media (max-width:380px) {
    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        height: 200px
    }
}

@media (max-width:360px) {
    .hero-banner__dynamic-view {
        height: 15rem
    }

    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 320px;
        height: 205px
    }
}

@media (max-width:320px) {
    .multimedia-content__video > iframe, .multimedia-content__video > img, .multimedia-content__video > video > source {
        width: 85%;
        height: 205px
    }
}

.ListNews {
    padding: 0 1.5rem
}

.blog_post-wrapper > img {
    width: 100%;
    max-height: 327px;
    object-fit: contain;
    background-color: var(--grayLight)
}

.blog_post-wrapper_body {
    text-align: left;
    padding: 1rem 1.5rem;
    height: 250px
}

    .blog_post-wrapper_body > h4 {
        font-weight: var(--weight-bolder)
    }

    .blog_post-wrapper_body > p {
        margin-top: var(--title-5);
        font-family: var(--font-family-1);
        font-size: var(--paragraph-1);
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: 26px;
        letter-spacing: .72px;
        margin-top: 1.5rem;
        height: 72px
    }

@media (max-width:328px) {
    .blog_post-wrapper_body > p {
        height: 95px
    }
}

@media (max-width:280px) {
    .blog_post-wrapper_body {
        height: 350px
    }

        .blog_post-wrapper_body > p {
            height: 150px
        }
}

.blog_post-wrapper_body > a, .blog_post-wrapper_body > a:active, .blog_post-wrapper_body > a:focus, .blog_post-wrapper_body > a:focus-within, .blog_post-wrapper_body > a:hover, .blog_post-wrapper_body > a:visited {
    color: var(--brand-black);
    text-decoration: none;
    font-family: var(--font-family-1);
    font-size: var(--paragraph-2);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 22px;
    text-decoration-line: underline
}

.checkbox__wrapper, .form-input_wrapper > input, .form-input_wrapper > label, .form-input_wrapper > select, .specialDisclaimer__radio_buttom {
    font-size: var(--paragraph-2);
    font-weight: var(--weight-normal);
    line-height: 22px;
    font-family: var(--font-family-1)
}

.swiper-button-disabled > svg > path {
    fill: var(--gray-dark-6)
}

.arrow-container {
    margin: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.swiperBlog-button-next {
    transform: rotate(180deg)
}

.form-input_wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin: 1rem 0
}

    .form-input_wrapper > input {
        padding: 1rem;
        border-radius: 0;
        border: none;
        background-color: var(--gray-dark-9);
        font-style: normal;
        border-bottom: 2px solid #000;
        letter-spacing: .64px
    }

        .form-input_wrapper > input:focus {
            border: none;
            background-color: var(--gray-light-4);
            border-bottom: 2px solid #000;
            box-shadow: none
        }

        .form-input_wrapper > input::placeholder {
            color: #9a9a9a
        }

        .form-input_wrapper > input:focus::placeholder {
            color: #000
        }

    .form-input_wrapper .required {
        border-bottom: 2px solid var(--brand)
    }

        .form-input_wrapper .required::placeholder {
            color: var(--brand)
        }

.select-wrapper .required {
    background-image: url("/figma/select-arrow/Lg-required.svg")
}

.form-input_wrapper > select {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/figma/select-arrow/Lg.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    border-bottom: 2px solid #000
}

    .form-input_wrapper > select:focus-visible {
        outline-width: 0
    }

    .form-input_wrapper > select.selected {
        border-bottom: 2px solid #000;
        font-family: var(--font-family-1)
    }

    .form-input_wrapper > select > option {
        height: 200px !important
    }

.form-input_wrapper > label {
    color: var(--gray-dark-1);
    text-align: right;
    letter-spacing: .48px;
    letter-spacing: .64px
}

.form-input_wrapper .label-required {
    font-family: var(--font-family-1);
    font-size: var(--paragraph-4);
    color: var(--brand)
}

.checkbox__wrapper {
    display: flex;
    gap: 50px
}

.disclaimer-1 {
    gap: 1rem;
    flex: auto
}

.check-box {
    width: 50%
}

input#Terminosycondiciones1 {
    border: 2px solid
}

.form-input_wrapper > input[type=checkbox]:checked, .form-input_wrapper > input[type=checkbox]:focus, .form-input_wrapper > input[type=radio]:checked, .form-input_wrapper > input[type=radio]:focus {
    border: none;
    box-shadow: none;
    background-color: var(--brand)
}

.checkbox__wrapper .form-check-input:checked[type=checkbox] {
    background-color: var(--brand)
}

.specialDisclaimer__radio_buttom {
    width: 100%
}

.form-input_wrapper > textarea:focus {
    color: #000;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #000
}

.submit__buttom {
    text-transform: uppercase;
    width: 100%;
    margin-top: 2.5rem;
    padding: .85rem 0;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--font-family-1);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    border: none
}

    .submit__buttom:active, .submit__buttom:hover {
        color: var(--white);
        background-color: var(--brand-dark);
        border: none
    }

    .submit__buttom:disabled {
        background-color: var(--brand-light)
    }

@media (max-width:767px) {
    .submit__buttom {
        padding: 12px 45px
    }
}

@media (min-width:300px) and (max-width:977px) {
    .multimedia-content {
        padding: 0 1rem !important
    }
}

.iframe-content {
    padding: 5rem
}

    .iframe-content > iframe {
        width: 100%;
        height: 50rem
    }

.boxBannerCTA {
    position: absolute;
    top: calc(50% - 8rem);
    left: 5rem
}

.containerToGoUpBannerCTA {
    position: relative;
    top: -66px
}

@media (max-width:768px) {
    .slide-component_image {
        flex-direction: column-reverse;
        display: flex
    }

        .slide-component_image > img {
            position: inherit
        }

    .arrow-swiper-rows {
        display: none
    }

    .swiper-pagination {
        position: relative;
        visibility: visible
    }

    .swiper-pagination-bullet {
        background-color: #fff;
        border: 1px solid var(--black)
    }

    .swiper-pagination-bullet-active {
        background-color: var(--brand);
        border: 1px solid var(--brand);
        width: 10px;
        height: 10px
    }

    .slide-component_text-wrapper {
        padding: 2rem .5rem;
        left: 0;
        width: 100%;
        align-items: center
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 15rem;
        align-items: center
    }

    .boxBannerCTA {
        background: #000;
        left: 0;
        top: -1px;
        width: 100%;
        position: relative
    }

    .text_banner_CTA {
        text-align: left;
        width: 34.25rem;
        left: 1.5rem;
        position: relative
    }
}

.text_banner_CTA {
    text-align: left;
    width: 34.25rem;
    left: 0
}

.p_banner_cta {
    font-size: 14px;
    text-transform: initial
}

.alternate-post-cta__button-cta, .alternate-post-cta__button-cta2 {
    margin: 1rem 0;
    display: block;
    text-decoration: none;
    padding: 1rem 0;
    transition: .2s;
    font-family: var(--font-family-1);
    font-size: var( --paragraph-2);
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    width: 100%;
    max-width: 22rem;
    text-align: center
}

.derko-bannerModel .gradient {
    position: relative;
    display: inline-block
}

    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
        background: linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)
    }

.alternate-post-cta__button-cta {
    background-color: var(--brand-black);
    color: #fff
}

    .alternate-post-cta__button-cta:hover {
        color: var(--brand-white);
        background-color: var(--brand)
    }

.alternate-post-cta__button-cta2 {
    background-color: var(--brand-white);
    color: var(--brand-black);
    border-style: solid;
    border-width: 3px
}

    .alternate-post-cta__button-cta2:hover {
        color: var(--brand-black);
        border: 3px solid var(--gray-dark-2,#565656)
    }

@media (max-width:768px) {
    .p_banner_cta {
        font-size: 1rem;
        text-wrap: wrap;
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .marcaSvg svg {
        width: 7.173rem;
        height: auto
    }

    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg,#000 0,rgba(0,0,0,0) 100%)
    }

    .alternate-post-cta__button-cta, .alternate-post-cta__button-cta2 {
        margin: 0 0 1rem;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}
